roundedrect: Fix inlining of graphene functions
authorBenjamin Otte <otte@redhat.com>
Thu, 13 Feb 2020 06:33:18 +0000 (07:33 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 13 Feb 2020 06:36:38 +0000 (07:36 +0100)
commit77d7c713d4be60ec45a78668b6667aa24b5c6eb5
treea1d9c99b8b9ab20150a2a389e9d8301c71cb8b6d
parentb0369fc3008b69a37f239ff1788a1b1b00403e65
roundedrect: Fix inlining of graphene functions

graphene treats equality for contains() operations as always matching,
so do the same thing.

This is because unlike integer math, floating point cannot do the "as
close as possible to the point, but not reaching it" operation that
integer does by just subtracting 1.
gsk/gskroundedrect.c